toc — Read timer


\begin{rail}
ReadTimer : 'toc' '(' ')' ;
\end{rail}
toc measures the time that has elapsed since the last call to the tic function. It returns a scalar containing the time difference, measured in seconds. If tic has not previously been called, an error will occur.

Subsections